SaveAsPng(Stream,Nullable<Rectangle>) Method
In This Topic
Saves the image into a Stream in PNG format.
Syntax
'Declaration
Public Overloads Sub SaveAsPng( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void SaveAsPng(
System.IO.Stream ,
System.Nullable<Rectangle>
)
Parameters
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
See Also